home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / sifver1b.zip / SIFVER.DOC < prev    next >
Text File  |  1991-10-01  |  30KB  |  513 lines

  1.  
  2.                                 SIFVER (c) 1991
  3.                                Version 1.0B Beta
  4.  
  5.                 Shareware Information File Verification Program
  6.                     by Paul Scanlon - programming/coding
  7.                 and Jim Hood - SIF concept/file format design
  8.                  
  9.                 Paul Scanlon can be reached at: (805) 272-4827 
  10.                    38354 - 17th ST E #C, Palmdale, CA 93550
  11.        
  12.                   Jim Hood can be reached at: (206) 236-0470 
  13.                      PO BOX 1506, Mercer Island, WA 98040 
  14.        
  15.        ----------------------------------------------------------------
  16.                              Detailed Description 
  17.        ----------------------------------------------------------------
  18.        
  19.        SIFVER (for Shareware Information File Verifier), is a utility 
  20.        to aid the software developer in creating a correct README.SIF 
  21.        file. A README.SIF file is similar to a README documentation 
  22.        file (ASCII text) which many shareware packages use, however, 
  23.        the SIF file format is precisely standardized and offers advantages 
  24.        to ALL shareware authors, BBS systems and shareware vendors. The 
  25.        primary focus of a README.SIF file is to standardize a minimum 
  26.        amount of documentation information about any shareware package 
  27.        which all authors, vendors, BBS systems and other can use reliably. 
  28.        A standardized README.SIF file format SHARED AND DEVELOPED by vendors, 
  29.        authors and BBS systems produces rather remarkable advantages 
  30.        which will be discussed shortly. 
  31.        
  32.        SIFVER is designed to create a unique 8 digit verification number, 
  33.        embeding this number into a SIF file, which can later be verified 
  34.        by a Shareware vendor, BBS or others who routinely work with 
  35.        shareware. SIFVER accepts a STANDARDIZED file prepared in ASCII 
  36.        text, called a README.SIF, and certifies the file for compliance 
  37.        with standard SIF information content. A README.SIF text file 
  38.        may be produced for any shareware or public domain program. 
  39.        
  40.        The SIF file name must be README.SIF and is an ordinary ASCII 
  41.        text file which can be generated by any word processor in 
  42.        ASCII text mode. The standardized name for the file, README.SIF,
  43.        will aid in standarizing the shareware industry. Vendors can 
  44.        always find the SIF file without wading thru dozens of other 
  45.        possible DOC or TXT files. In addition, a vendor or BBS will 
  46.        always know that a STANDARDIZED content and style of information 
  47.        will be available which leads to the possibility of rapid, 
  48.        highly automated extraction of SIF information from large 
  49.        quantities of shareware disks! Soon automated programs will 
  50.        search all disks and packages for the presence of a SIF file and 
  51.        automatically extract documentation information directly to a 
  52.        central database for use by the shareware vendor or BBS.
  53.  
  54.        The README.SIF file produced by SIFVER contains a unique CRC 
  55.        verification number at the end of the file which represents an
  56.        "authenticity check" for compliance with a precisely standardized 
  57.        SIF file format. If a file does not comply with the README.SIF 
  58.        format, SIFVER will not allow an "authentication number" at the 
  59.        end of the file. Above all, SIFVER is simple and elegant in 
  60.        design and use.
  61.  
  62.        The README.SIF file does NOT preclude other files such as the 
  63.        existing README or README.TXT or MANUAL.TXT which shareware authors 
  64.        and others are encouraged to use in addition to the README.SIF file 
  65.        produced by SIFVER. Further, the authors of SIFVER encourage 
  66.        suggestions or changes to the concept so that the SIF file format 
  67.        and SIFVER program evolve constructively to serve the needs of the 
  68.        shareware industry. The README.SIF file format is placed in the 
  69.        public domain. SIFVER, the software program, is shareware and is 
  70.        NOT placed in the public domain and remains a copyrighted 
  71.        program. Registration/payment information will be discussed.
  72.        
  73.        A discussion of "encouragements and inducements" for vendors, 
  74.        authors and BBS systems to use this new format is also 
  75.        presented.
  76.  
  77.        ----------------------------------------------------------------
  78.                               Operation of SIFVER
  79.        ----------------------------------------------------------------
  80.               
  81.        Using SIFVER is very easy. Place SIFVER into any directory where 
  82.        DOS may access it, log into the directory containing an ASCII 
  83.        text file named README.SIF and enter:   SIFVER  at your DOS prompt. 
  84.        
  85.        For the benefit of users, a file named READSIF.FMT (README SIF 
  86.        BLANK FORM) is contained with this package. It is essentially 
  87.        a "blank form" in ASCII which can be loaded into your word 
  88.        processor or text editor and then "filled out." Be sure to rename 
  89.        your text file README.SIF when you are ready to test and verify it.
  90.        
  91.        SIFVER will read in the README.SIF file and examine the 
  92.        contents and format. If SIFVER finds the SIF file to be 
  93.        correct, SIFVER will add 3 additional lines to the file, with the 
  94.        first of these containing a SIF verification number to signify 
  95.        an "authenticated and verified" SIF format file. An example of 
  96.        the three lines which will be added follows:
  97.        
  98.        :SIF  Shareware  Information  File  Verified # :   F00007CA <───┐
  99.        The SIF Verifier 1.0B by Paul Scanlon and Jim Hood (c) 1991 <──┐│
  100.        :Registration Number: UNREGISTERED  COPY  OF  SIF  VERIFIER <─┐││
  101.                                                                      │││
  102.        This line (3) contains the registration number of registered  │││
  103.        versions.  ───────────────────────────────────────────────────┘││
  104.                                                                       ││
  105.        This line (2) contains the version number, authors and         ││
  106.        copyright date. ───────────────────────────────────────────────┘│
  107.                                                                        │
  108.        This line (1) contains the SIF verification number and will     │
  109.        always be 8 digits. This number will be matched by the vendor   │
  110.        upon receiving the SIF file, for verification that the SIF file │
  111.        contains all mandatory information and the SIF file is in the   │
  112.        correct format. This number will also be checked, and if they   │
  113.        do NOT match, an error will occur. ─────────────────────────────┘
  114.        
  115.        SIFVER has a second usage, that is, for the verification of a 
  116.        previously verified (or supposedly verified) SIF file. In this 
  117.        test (verification), the SIF file is checked, as though, for the 
  118.        first time, then the SIF verification string of the file is 
  119.        matched with the new string. If the new string and old match, 
  120.        SIFVER will exit with a success announcement, otherwise it will 
  121.        exit with the type or category of failure.
  122.  
  123.        To place SIFVER in the second mode, enter:    SIFVER V
  124.        at the DOS prompt. SIFVER must either be in the current directory 
  125.        or in a directory specified by the path. The README.SIF file must 
  126.        be in the current directory.
  127.  
  128.        SIFVER will check the format of the last 3 lines to assure that 
  129.        SIFVER has indeed actually made a check originally. If these last 
  130.        3 lines (see above) are modified, or placed there by some other 
  131.        program, and do NOT match exactly, an error will be generated.
  132.  
  133.        The SIF verification number is made up of a combination of file 
  134.        size, number of lines in the file, and number of bytes contained 
  135.        in the fields. It is a highly unique CRC verification number.
  136.  
  137.        SIFVER version 1.0B is a beta version, and as such is being 
  138.        distributed at a very low registration fee. Those who wish to 
  139.        become active users of the SIF verifier process, and would like 
  140.        to send us suggestions and be placed on our mailing list for 
  141.        future versions and enhanced utilities, please send us a $5 fee. 
  142.        This money is only for aiding in the material and shipping fee 
  143.        for sending out notices of new versions and utilities.
  144.  
  145.        Some exciting additional products forthcoming include:
  146.  
  147.        SIFGEN  which will generate an entire SIF file, prompting the 
  148.        Author/Developer for all field data. When executed to completion, 
  149.        this program will generate a SIF verification number matching any 
  150.        which would be generated by SIFVER. 
  151.  
  152.        SIFXTR  which will extract specified fields, placing them into a 
  153.        specified CR delimited file. This product will, in some version, 
  154.        also extract the data to a DBASE structured file. This is a 
  155.        product BBS sysops and shareware vendors will find desirable.
  156.  
  157.        As the need arrises, we will develop additional tools and 
  158.        utilities to aid in maintaining and developing SIF files.
  159.  
  160.        ----------------------------------------------------------------
  161.                        Format of a README.SIF text file
  162.        ----------------------------------------------------------------
  163.        
  164.        All lines are 70 chars long, with margins of 5 chars and 75 chars. 
  165.        Each Field is separated by a blank line (empty) including the 
  166.        last line. The following is a list of bytes (characters)
  167.        available for use by Author/Vendor in each field type of a SIF 
  168.        file. Each field name begins and ends with a colon. Some fields 
  169.        are required (e.g., name of program) other fields are optional 
  170.        and may be left blank (e.g., Fax telephone number of author.)
  171.        The name(s) and constructions of these fields have been arrived 
  172.        at by careful consultation with a large variety of vendors and
  173.        BBS systems. An example "filled in" SIF file is also presented.
  174.  
  175.      Maximum size   Field name
  176.                                  
  177.      Bytes   Lines   Title
  178.      -----------------------------------
  179.       126     2    :PROGRAM NAME:
  180.        25     1    :VERSION:
  181.        59     1    :COPYRIGHT:
  182.         1     1    :SHAREWARE/PUBLIC DOMAIN/FREEWARE/COMMERCIAL (S,P,F,C):
  183.        49     1    :REGISTRATION FEE(S):
  184.       187     3    :REGISTRATION INCLUDES:
  185.         2     1    :PART NUMBER:
  186.         2     1    :TOTAL PARTS:
  187.       700    10    :CATEGORY:
  188.      1050    15    :HARDWARE REQUIREMENTS:
  189.       700    10    :SOFTWARE REQUIREMENTS:
  190.        40     1    :1 LINE DESCRIPTION:
  191.       140     2    :2 LINE DESCRIPTION:
  192.      2030    29    :LONG DESCRIPTION:
  193.       980    14    :INSTALLATION INSTRUCTIONS:
  194.       980    14    :STARTUP INSTRUCTIONS:
  195.        60     1    :KEYWORDS:
  196.      2030    29    :FILES ON THIS DISK AND DESCRIPTION:
  197.        57     1    :AUTHOR NAME:
  198.        70     1    :AUTHOR COMPANY NAME:
  199.       560    10    :AUTHOR/COMPANY ADDRESS:
  200.        52     1    :AUTHOR DAY PHONE:
  201.        52     1    :AUTHOR EVE PHONE:
  202.        58     1    :AUTHOR FAX:
  203.        48     1    :AUTHOR COMPUSERVE ID:
  204.        53     1    :AUTHOR GENIE ID:
  205.        12     1    :SUGGESTED BBS NAME:
  206.        57     1    :LAST UPDATE:
  207.       980    14    :GENERAL DESCRIPTION/AUTHORIZATION INFO:
  208.      2030    29    :ASP DISTRIBUTION/AUTHORIZATION INFO:
  209.      2030    29    :SPECIAL AUTHOR COMMENTS:
  210.      2030    29    :VENDOR PROCESSING REMARKS:
  211.        70     1    :SPELL/VIRUS CHECK VERIFIED:
  212.      --------------------------------------------------------------------
  213.      17320  257   <---- T O T A L S
  214.  
  215.        ----------------------------------------------------------------
  216.                      Contents of a sample README.SIF file
  217.        ----------------------------------------------------------------
  218.        
  219.        :PROGRAM NAME: SEBFU                                                    
  220.                                                                                
  221.        :VERSION: 4.0.0                                                         
  222.                                                                                
  223.        :COPYRIGHT: 1989-1991                                                   
  224.                                                                                
  225.        :SHAREWARE/PUBLIC DOMAIN/FREEWARE/COMMERCIAL (S,P,F,C): S               
  226.                                                                                
  227.        :REGISTRATION FEE(S): $19.95                                            
  228.                                                                                
  229.        :REGISTRATION INCLUDES: Additional utilities and enhancements           
  230.                                                                                
  231.        :PART NUMBER: 1                                                         
  232.                                                                                
  233.        :TOTAL PARTS: 1                                                         
  234.                                                                                
  235.        :CATEGORY: Batch Utilities                                              
  236.                                                                                
  237.        :HARDWARE REQUIREMENTS: Any PC / XT /AT /386 /486                       
  238.                                                                                
  239.        :SOFTWARE REQUIREMENTS: MSDOS / PCDOS 2.x and up                        
  240.                                                                                
  241.        :1 LINE DESCRIPTION: Over 80 powerful batch file utilities              
  242.                                                                                
  243.        :2 LINE DESCRIPTION:                                                    
  244.                                                                                
  245.        Over 80 powerful batch file utilities, which add keyboard input,        
  246.        cursor location, windowing, floppy testing, and much more.              
  247.                                                                                
  248.        :LONG DESCRIPTION:                                                      
  249.        Over 80 powerful batch file utilities, which add keyboard input,        
  250.        cursor location, windowing, floppy testing, send printer control        
  251.        strings, check for system device drivers, perform simple math,          
  252.        and more. Comes with an easy to use editor.                             
  253.                                                                                
  254.        :INSTALLATION INSTRUCTIONS: Type   EASYINST                             
  255.                                                                                
  256.        :STARTUP INSTRUCTIONS: NONE                                             
  257.                                                                                
  258.        :KEYWORDS: BATCH, UTILITY, DOS                                          
  259.                                                                                
  260.        :FILES ON THIS DISK AND DESCRIPTION:                                    
  261.                                                                                
  262.        EASYINST.EXE   Installation system                                      
  263.        LHA.*          Archive extraction system                                
  264.        SEBFU40.LZH    Archived SEBFU                                           
  265.                                                                                
  266.        :AUTHOR NAME: Paul Scanlon                                              
  267.                                                                                
  268.        :AUTHOR COMPANY NAME: Scanlon Enterprises                               
  269.                                                                                
  270.        :AUTHOR/COMPANY ADDRESS: 38354 17th St. E, Palmdale, CA 93550           
  271.                                                                                
  272.        :AUTHOR DAY PHONE: (805) 272-4827                                       
  273.                                                                                
  274.        :AUTHOR EVE PHONE: (805) 272-4827                                       
  275.                                                                                
  276.        :AUTHOR FAX: (805) 274-0040 (call by voice first)                       
  277.                                                                                
  278.        :AUTHOR COMPUSERVE ID:                                                  
  279.                                                                                
  280.        :AUTHOR GENIE ID:                                                       
  281.                                                                                
  282.        :SUGGESTED BBS NAME: SEBFU40.ZIP                                        
  283.                                                                                
  284.        :LAST UPDATE: 9/15/91                                                   
  285.                                                                                
  286.        :GENERAL DESCRIPTION/AUTHORIZATION INFO: Vendors are hereby granted     
  287.        the right to distribute SEBFU 4.0, provided the vendor follows 
  288.        standard Shareware distribution guidelines.                        
  289.  
  290.        :ASP DISTRIBUTION/AUTHORIZATION INFO:                                   
  291.                                                                                
  292.        :SPECIAL AUTHOR COMMENTS:                                               
  293.                                                                                
  294.        :VENDOR PROCESSING REMARKS:                                             
  295.                                                                                
  296.        :SPELL/VIRUS CHECK VERIFIED: WordStar 5.0 9/15/91 / Viruscan 6.7A       
  297.                                                                                
  298.        :SIF V1.0 Shareware Information File  Verified #: 78H08KS2            
  299.        The SIF Verifier by Paul Scanlon and Jim Hood   (c)  1991               
  300.        :Registration Number: UNREGISTERED COPY OF SIF VERIFIER                 
  301.  
  302.        ----------------------------------------------------------------
  303.                                    Questions
  304.        ----------------------------------------------------------------
  305.        
  306.        What are the REAL chances of the SIF file format becoming a 
  307.        standard?
  308.  
  309.        5 Large vendors and 16 Large BBS systems have told us they will 
  310.        promote the standard and encourage other vendors and BBS systems 
  311.        to consider it. The chances are that SIF (or something like it) 
  312.        will sooner or later happen because it is needed! 
  313.        
  314.        How might vendors and BBS sysops encourage the README.SIF 
  315.        standard?
  316.  
  317.        Many vendors already send out a letter of acknowlement to an 
  318.        author when they receive a disk. The letter might suggest 
  319.        that authors who submit a README.SIF with their programs would 
  320.        receive a MORE RAPID EVALUTION of a disk and possible speedy 
  321.        inclusion in that vendor's catalog. Or vendors could make the 
  322.        recommendation that an author MUST resubmit the program with a 
  323.        README.SIF before evaluation can begin and include an offer 
  324.        to send a disk copy of SIFVER for a small fee (e.g., $2.00) or 
  325.        note BBS systems where SIFVER may be downloaded. In general, 
  326.        encouragement is better than direct threat! The tradeoff is 
  327.        simple, once all authors use a standard README.SIF file format - 
  328.        just as we all use PKZIP(tm) - then time and energy are saved and 
  329.        shareware is improved. We intend to allow the SIF  file format to 
  330.        evolve flexibly to serve the industry and to regularly upgrade the 
  331.        SIF format if sufficient need is apparent.
  332.  
  333.        Why should authors use SIFVER?
  334.  
  335.        Because it is a simple concept which all authors and vendors 
  336.        have needed for some time. Because it will speed the evaluation 
  337.        and acceptance of your program by vendors. Because it will 
  338.        ultimately standarize the shareware industry and increase 
  339.        registrations. Because you can continue to use an existing
  340.        README file or other documentation files in addition to the
  341.        README.SIF. Because we are shareware authors ourselves and want 
  342.        to improve your chances of program acceptance and REGISTRATIONS.
  343.         
  344.        Where does this all lead?
  345.  
  346.        One of the future plans for SIF technology is a SIF extraction 
  347.        program which all shareware vendors can use which will DRAMATICALLY 
  348.        decrease the workload for vendors. As an example, when a vendor 
  349.        receives disk submissions from authors each day in the mail, 
  350.        all disks are simply placed in succession into a disk drive 
  351.        where the README.SIF file is automatically located, catalogued 
  352.        and added to a database of programs. Long descriptions are added 
  353.        to that vendor's catalog, if interesting, the program data is 
  354.        sent on to the appropriate shareware reviewer. Authors will be 
  355.        assured that program descriptions and version numbers are 
  356.        reasonably accurate in vendor catalogs and vendors will be spared 
  357.        the "hunt and search" for program documentation information!
  358.        One could envision a software program which individual vendors 
  359.        might design. This small program would be used by an end user or 
  360.        customer and would start the disk, bring up pertinent information 
  361.        about the disk (extracted from the README.SIF) and guide the user 
  362.        through program descriptions, installation and author comments. 
  363.        All disks would start and display information intended by the 
  364.        author in the author's own words! 
  365.        
  366.        Must the README.SIF be on the same disk as the main program?
  367.  
  368.        No. It could arrive on a separate disk if necessary. If 
  369.        possible, the README.SIF should be on the same disk as the main 
  370.        program, but this is only a recommendation.
  371.  
  372.        What about the thousands of existing shareware programs which 
  373.        currently lack a README.SIF? 
  374.  
  375.        Operationally this is a difficult issue. One solution, although 
  376.        not a perfect one, would be for vendors to send authors a short 
  377.        postcard noting that further updates to their program should be 
  378.        accompanied by a README.SIF. Another suggestion would be for 
  379.        vendors or SYSOPS to manually add a README.SIF to an existing 
  380.        package. That README.SIF then becomes public domain for all to 
  381.        use. Still another idea is to require a README.SIF for a package 
  382.        before it can be submitted. It will probably take 2 or 3 years 
  383.        for the process to take hold. Remember the conversion process 
  384.        from ARC archived files to ZIP archived files? It was fairly rapid 
  385.        because IT MADE SENSE and improved shareware distribution in some 
  386.        way. In last analysis we would simply suggest that if a package 
  387.        lacks a README.SIF, one should be constructed from existing 
  388.        documentation available on the disk and installed as a matter 
  389.        of simple common sense. Large vendors such as PC-SIG routinely add 
  390.        small text files to existing programs which are text information 
  391.        files about the program. To date FEW AUTHORS have objected 
  392.        to this defacto "additional text information" placed on a disk 
  393.        by a vendor.
  394.  
  395.        Once I create a README.SIF file is its content public domain for 
  396.        other vendors and BBS systems to use?
  397.  
  398.        Yes. Even if you are a vendor who creates the file, other 
  399.        vendors and BBS systems are allowed to use the information for 
  400.        the benefit of the industry. This is a requirement you must 
  401.        accept as a licensing agreement to use SIFVER. If you want to 
  402.        retain a copyright to certain text information, simply use a 
  403.        conventional README.TXT or README.DOC file (or other file name) 
  404.        and place your copyrighted text information there - but NOT
  405.        in the SIF file whose contents and format remain public domain 
  406.        for ALL to use. Obviously the author of a specific package has 
  407.        the right to designate his or her "approved" version of a SIF 
  408.        file and can by telephone or in writing supply both the 
  409.        "approved" SIF file as well as the authentication number 
  410.        generated by SIFVER. However, if the author cannot be found or 
  411.        does not have interest in preparing a SIF file, this minimum amount 
  412.        of documentation information is generally a reasonable expectation 
  413.        of a software package and should not, from a practical 
  414.        standpoint, infringe on an author's copyright or program 
  415.        descriptions. 
  416.        
  417.        What if an author declines to use a SIF file?
  418.  
  419.        If an author specifically prohibits the inclusion of a SIF file, he 
  420.        or she should so state in the main program documentation or by 
  421.        contacting vendors directly. 
  422.               
  423.          -------------------------------------------------------------
  424.                      Letter from Exec-PC BBS, Bob Mahoney 
  425.          -------------------------------------------------------------
  426.        
  427.        This letter is copyrighted to Bob Mahoney. The authors of the 
  428.        SIF package do not make copyright claim upon the information 
  429.        which follows and reprint this as a courtesy to possible SIF 
  430.        users and to Mr. Mahoney of Exec-PC BBS to show that LARGE   
  431.        BBS systems do indeed have interest in a standardized README.SIF 
  432.        format.
  433.        
  434.                     From Bob Mahoney, Exec-PC BBS   5/21/91 
  435.                           Voice number: 414-789-4200 
  436.                           BBS number  : 414-789-4210 
  437.  
  438.        Regarding the SIF (Shareware Information File) proposed README 
  439.        file format for shareware distribution. 
  440.  
  441.        From Bob Mahoney:  My response to your proposal is 100% 
  442.        positive.  I have no suggestions for any basic changes in 
  443.        concept or intent of the project. It is about time someone in 
  444.        our industry had the guts and energy to put something like this 
  445.        together - I guess we all wanted it, but did not have the time 
  446.        or inspiration to put it together. 
  447.  
  448.        Don't get me wrong - shareware authors are the center of my 
  449.        world, they make my BBS possible . . . BUT, a few times I have 
  450.        not even been able to figure out what some shareware submissions 
  451.        do, let alone place them on the BBS and give them an accurate 
  452.        description.  They have ended up in the "used diskette" pile 
  453.        without being placed on our BBS! 
  454.  
  455.        Exec-PC would use your SIF system.  We would also push it and 
  456.        perhaps give preferential treatment to shareware submissions 
  457.        using it.  We would place info on it in our bulletins and would 
  458.        be glad to publicize the concept to help get it rolling. 
  459.  
  460.        My only suggestions: 
  461.  
  462.        1. Put a limit of 53 characters as the maximum width on the 
  463.        short description. If 53 is too strange, 50 will do for most 
  464.        systems.  Encourage the authors to really use the short 
  465.        description.  In many, many cases the short description is the 
  466.        *ONLY* chance they will have to sell their product to many 
  467.        people.  I cannot overemphasize the importance of the short 
  468.        description.  Most authors seem to put all their literary effort 
  469.        into the long description.  That's ok, but you've gotta grab 'em 
  470.        with that short description. 
  471.  
  472.        Example of a typical bad short description: 
  473.  
  474.                SHAREWARE WORD PROCESSOR, LOTS OF FEATURES 
  475.  
  476.        Example of an improved short description: 
  477.  
  478.                WP WORD PROCESSOR PULL DOWN MENUS WYSIWG, INTUITIVE! 
  479.    
  480.        Short description hints:  Use the full width!  Squeeze in 
  481.        keywords. As shown above, some people scan for "WP" when looking 
  482.        for word processors. Skip the punctuation - you are trying to 
  483.        hit people with the right magic words to get their interest, so 
  484.        squeeze in as many of those colorful or technical words as 
  485.        possible. 
  486.  
  487.        2. Limit the long description to 100 lines maximum, perhaps less 
  488.        for many bulletin boards.  Limit the width of long descriptions 
  489.        to 75 characters since that is a limit on many message editors 
  490.        on online systems. 
  491.    
  492.        Long description hints:  Don't write a book. Write a short, 
  493.        concise description of what your product is. In the first 
  494.        sentence or two you must assume the reader has never heard of 
  495.        your product, so you must introduce it. 
  496.  
  497.        Follow your short overview and introduction with a concise list 
  498.        of primary features.  The features should stimulate thoughts of 
  499.        benefit in the mind of the reader.  Order the features from most 
  500.        important to least important. Most people will read the first 3 
  501.        or 4 features and will start to make up their mind about the 
  502.        file before reading the rest of the list. 
  503.  
  504.        Ok, that is all the input I have at this time.  The plan looks 
  505.        good to me. None of the SIF entries look frivolous, but I do 
  506.        think you have enough info there and should not listen to 
  507.        suggestions to add any more data to it - it is full of enough 
  508.        data as is. 
  509.  
  510.        Bob Mahoney Exec-PC BBS 
  511.  
  512.        
  513.